home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / ftp / documents / acornusr / 1993 / may93 < prev   
Encoding:
Text File  |  1996-02-28  |  3.3 KB  |  67 lines

  1. 07/08/94
  2. Computers with amnesia ?
  3.  
  4. All Acorn computers since the Master 128 have relied upon configuration 
  5. settings being stored in a memory device which is kept powered even when 
  6. the computer is switched off. This is usually, though incorrectly, 
  7. referred to as CMOS RAM.
  8.  
  9. With the exception of the Master Compact, the power to maintain the 
  10. settings (and the real time clock) comes from batteries inside the 
  11. computer. The Master Compact used a device called an EEPROM (an 
  12. Electrically Erasable Programmable Read-Only Memory) which did not 
  13. require a battery, but only allows a limited number of write operations 
  14. - where a Master Compact is failing to retain its settings this device 
  15. may need replacing.
  16.  
  17. On most ARM based 32 bit systems the battery is a NiCad (Nickel Cadmium) 
  18. cell, which is trickle charged whilst the computer is switched on. This 
  19. can mean that after a machine has been unused for a very long period it 
  20. may need to be left on for several hours to recharge the battery. These 
  21. batteries should not need replacing.
  22.  
  23. The Master 128, Archimedes 305/310, Archimedes 440 and Archimedes 400/1 
  24. series all use a battery pack with conventional battery cells. The 
  25. recommended replacement interval for these batteries is annually, however 
  26. they will often work for much longer. Even now, it is not uncommon to 
  27. see a 305/310 still on it's original pair of batteries! If you've got one 
  28. of these computers - when were your batteries last changed ! As with all 
  29. devices powered by batteries you should replace them at recommended 
  30. intervals, and avoid leaving discharged batteries in situ since corrosive 
  31. substances may leak from the battery and damage the surrounding area.
  32.  
  33. Failing batteries can produce many strange symptoms, including incorrect 
  34. time/date values, and the random disabling of modules/sideways ROMS as the 
  35. locations used to hold the *UNPLUG settings vary because the battery can 
  36. no longer consistently maintain sufficient power. This usually results in 
  37. some quite strange errors - for example a Master 128 may start up using a 
  38. different filing system to normal, or a RISC OS computer may fail to start 
  39. up the desktop.
  40.  
  41. Ethernet based AUN networks
  42.  
  43. If you are getting poor performance from such a network you should check 
  44. whether the Broadcast Loader is enabled on any Ethernet based stations. The 
  45. Broadcast Loader should be disabled in these circumstances using 
  46.  
  47. *Unplug BroadcastLoader 
  48.  
  49. in a boot sequence.
  50.  
  51. Look it's magic!
  52.  
  53. The filetype system employed in RISC OS can be used to save memory and 
  54. automatically load specific applications as they are required.
  55.  
  56. You do not, for example, have to have !Edit loaded all the time to be able 
  57. to double-click on a text file. Provided that the application has been seen 
  58. in a directory viewer before you double-click on a file which can be handled 
  59. by that application the application will be loaded when it is needed.
  60.  
  61. There are also some ramifications of this: if a file does not have its usual 
  62. icon, but instead has a blank square, the relevant application has not been 
  63. located yet in a directory viewer. There are also some filetypes allocated to 
  64. generic files (such as CSV - comma separated value) which are commonly used 
  65. for interchanging data between various application - these should not be 
  66. explicitly claimed by any application.
  67.